home *** CD-ROM | disk | FTP | other *** search
/ The X-Philes (2nd Revision) / The X-Philes Number 1 (1995).iso / xphiles / hp48_2 / tools.exe / EXAMPLES / GEO / GECFG.S < prev    next >
Text File  |  1991-07-18  |  761b  |  25 lines

  1.     TITLE Geometry Library Configuration
  2.  
  3. INCLUDE GEROMID.H
  4. INCLUDE GEEXTDEC.H
  5.  
  6. *****************************************************************
  7. * Add the Geometry Library ROMPART to the SYSRAMROMPAIR.
  8. * The following construction of a binary integer is used
  9. * to enable use of the GEROMID equate defined in GEROMID.H.
  10. *
  11. * NOTE: The label GEcfg is only referenced via a relative address
  12. * in the header file GEHEAD so it is being made a "NAMELESS".
  13. * If it was going to be referenced from a secondary then it would
  14. * need to changed to a "NULLNAME" so that the reference would be
  15. * made via a romptr.
  16. *****************************************************************
  17.  
  18. ASSEMBLE
  19. =GEcfg
  20. RPL
  21. ::
  22.   DOBINT GEROMID
  23.   XEQSETLIB         ( autoattach )
  24. ;
  25.